home *** CD-ROM | disk | FTP | other *** search
Makefile | 1993-12-30 | 880 b | 30 lines |
-
- #
- # This is the make file for the prsr. lib subdirectory.
- #
- # Gershon Elber, June 1993
- #
-
- # Get the destination directories:
- include ..\makeflag.wnt
-
- OBJS = allocate.obj attribut.obj ip_cnvrt.obj ip_fatal.obj ip_procs.obj \
- iritprsr.obj iritprsb.obj soc_clnt.obj soc_srvr.obj
-
- prsr_lib.lib: $(OBJS)
- -del prsr_lib.lib
- $(IRITLIB) -out:prsr_lib.lib *.obj
-
- install: prsr_lib.lib
- copy prsr_lib.lib $(LIB_DIR)
- -del prsr_lib.lib
- copy *.h $(INC_DIR)
-
- # Dependencies starts here - do not touch, generated automatically.
- allocate.obj: iritprsr.h allocate.h iritprsr.h attribut.h iritprsr.h
- attribut.obj: iritprsr.h attribut.h iritprsr.h allocate.h iritprsr.h
- ip_cnvrt.obj: ip_cnvrt.h allocate.h iritprsr.h
- ip_fatal.obj: allocate.h iritprsr.h attribut.h iritprsr.h
- ip_procs.obj: attribut.h iritprsr.h iritprsr.h
- iritprsr.obj: iritprsr.h allocate.h iritprsr.h attribut.h iritprsr.h
-